LiveCast

Kind of class:class
Inherits from:none
Version:1.0.0
Author:The gotoAndPlay() Team
http://www.smartfoxserver.com
http://www.gotoandplay.it
Classpath:com.smartfoxserver.redbox.data.LiveCast
File last modified:Tuesday, 01 July 2008, 15:39:59
The LiveCast class is a container for a/v live cast data.

Summary


Instance properties
  • id : String
    • The live cast id.
  • userId : Number
    • The id of the live cast owner.
  • username : String
    • The username of the live cast owner.
  • stream : NetStream
    • The incoming NetStream object of the live a/v cast.
Instance methods
  • toString : String
    • Trace live cast attributes (for debug purposes).

Instance properties

id

id:String
(read)

The live cast id.

stream

stream:NetStream
(read)

The incoming NetStream object of the live a/v cast.
This property is available only after the {@AVCastManager#subscribeLiveCast} method is called.

userId

userId:Number
(read)

The id of the live cast owner.
This property contains the SmartFoxServer's user id of the user who is transmitting the live a/v cast.

username

username:String
(read)

The username of the live cast owner.
This property contains the SmartFoxServer's user name of the user who is transmitting the live a/v cast.

Instance methods

toString

function toString (
) : String

Trace live cast attributes (for debug purposes).
Returns:
  • A string containing the live cast attributes.